projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbc7cd2
)
notification tests: Skip GtkEntryCompletion::text-column
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 4 Sep 2014 02:41:56 +0000
(22:41 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 4 Sep 2014 02:46:38 +0000
(22:46 -0400)
This one is special.
testsuite/gtk/notify.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/notify.c
b/testsuite/gtk/notify.c
index 5fa2f6ff336c141e975a007dc91d1ed8b9c04088..a5d421b8d02e8b16c4b316a401cd5c803758a497 100644
(file)
--- a/
testsuite/gtk/notify.c
+++ b/
testsuite/gtk/notify.c
@@
-465,6
+465,10
@@
test_type (gconstpointer data)
if (type == GTK_TYPE_SETTINGS)
continue;
+ if (g_type_is_a (pspec->owner_type, GTK_TYPE_ENTRY_COMPLETION) &&
+ g_str_equal (pspec->name, "text-column"))
+ continue;
+
if (g_type_is_a (pspec->owner_type, GTK_TYPE_MENU_ITEM) &&
g_str_equal (pspec->name, "accel-path"))
continue;